ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / IObservableSource<T> Interface / CreateNew Property

In This Topic
    CreateNew Property (IObservableSource<T>)
    In This Topic
    This delegate is used to create new items. If it is null, a public parameterless constructor of type T is used.
    Syntax
    'Declaration
     
    
    ReadOnly Property CreateNew As System.Func(Of T)
    System.Func<T> CreateNew {get;}
    See Also